Skip to content

Commit 634d942

Browse files
committed
mapdb mention removed, README WIP1
1 parent 3067d08 commit 634d942

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
# scrypto-benchmarks
22

3-
Benchmarks for authenticated AVL+ trees and other features of the Scrypto framework.
4-
For now this repository contains benchmarks. You can find some results for
5-
our hardware in the paper .
3+
Thi repository contains benchmarks for authenticated AVL+ trees and other features of the Scrypto framework(only the former at the moment).
4+
You can find some ready results for our hardware in the paper [Improving Authenticated Dynamic Dictionaries, with Applications to Cryptocurrencies](https://eprint.iacr.org/2016/994).
65

76
## Benchmarks List
87

98
* Performance Benchmark
9+
10+
The banchmark shows performance of
11+
12+
sbt "run-main scorex.crypto.benchmarks.PerformanceMeter"
13+
1014
* Batching Benchmark
15+
16+
17+
1118
* Blockchain Processing Simulation Benchmark
1219

1320

1421

15-
sbt "run-main scorex.crypto.benchmks.PerformanceMeter"
22+

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ scalaVersion := "2.12.1"
77
scalacOptions in ThisBuild ++= Seq("-unchecked", "-deprecation")
88

99
libraryDependencies ++= Seq(
10-
// "org.mapdb" % "mapdb" % "3.0.2",
1110
"com.h2database" % "h2-mvstore" % "1.4.193",
1211
"org.scorexfoundation" %% "scrypto" % "1.2.0-SNAPSHOT")

0 commit comments

Comments
 (0)