Skip to content

Commit

Permalink
Remove outdated upstream reference (#84)
Browse files Browse the repository at this point in the history
Upstream benchmarking code from `nimbus-eth2` was removed:

- status-im/nimbus-eth2#3233

It is not useful to refer to it anymore.
  • Loading branch information
etan-status authored Jul 24, 2024
1 parent f068c85 commit 9f3b998
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions benchmarks/bench_common.nim
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# * Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
# at your option. This file may not be copied, modified, or distributed except according to those terms.

# taken from https://github.com/status-im/nim-beacon-chain/tree/master/benchmarks

import times, stats, strformat
export times, stats, strformat

Expand Down Expand Up @@ -45,4 +43,3 @@ template bench*(name: string, compute_result: typed, body: untyped) {.dirty.}=
stats.push stop - start
let global_stop = cpuTime()
printStats(name, compute_result)

0 comments on commit 9f3b998

Please sign in to comment.