Skip to content

Commit 22002ea

Browse files
authored
Integrate metrics (+ bugfix) (#901)
1 parent dbe9c35 commit 22002ea

33 files changed

+877
-283
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- checkout
1111
- restore_cache:
1212
keys:
13-
- fluence01-{{ checksum "server/Cargo.lock" }}
13+
- fluence01-{{ checksum "Cargo.lock" }}
1414
- run: |
1515
rustup toolchain install stable
1616
rustup component add rustfmt
@@ -23,7 +23,7 @@ jobs:
2323
paths:
2424
- ~/.cargo
2525
- ~/.rustup
26-
key: fluence01-{{ checksum "server/Cargo.lock" }}
26+
key: fluence01-{{ checksum "Cargo.lock" }}
2727

2828
workflows:
2929
version: 2

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
*.wasm filter=lfs diff=lfs merge=lfs -text
2-
bench/* linguist-detectable=false

.gitmodules

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)