Skip to content

Commit

Permalink
feat: time cache + plot script
Browse files Browse the repository at this point in the history
  • Loading branch information
BastienFaivre committed Jan 23, 2025
1 parent c86bf7a commit bb3559e
Show file tree
Hide file tree
Showing 10 changed files with 456 additions and 118 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ benchmark/machines.txt
benchmark/benchmark.conf
benchmark/inventory.ini
benchmark/*.json
benchmark/output/output-*
benchmark/output/*.html
benchmark/output/*/
benchmark/config/*
!benchmark/config/README.md
!benchmark/config/ntp.conf
Expand Down
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ asynchronous-codec = "0.7.0"
bytes = "1.6"
clap = "4.5.16"
either = "1.13.0"
fnv = "1.0.7"
futures = "0.3.30"
futures-timer = "3.0.3"
hex_fmt = "0.3.0"
libp2p = "0.55.0"
libp2p-core = "0.43.0"
lru = "0.12.5"
prometheus-client = "0.22.3"
quick-protobuf = "0.8.1"
quick-protobuf-codec = "0.3.1"
Expand All @@ -39,6 +39,7 @@ toml = "0.8.19"
tracing = "0.1.37"
tracing-subscriber = "0.3.18"
void = "1.0.2"
web-time = "1.1.0"

[workspace.lints]
rust.unreachable_pub = "warn"
Expand Down
Loading

0 comments on commit bb3559e

Please sign in to comment.