There was an error while loading. Please reload this page.
0 parents commit 283e52fCopy full SHA for 283e52f
.gitignore
@@ -0,0 +1,17 @@
1
+*.class
2
+*.log
3
+
4
+# sbt specific
5
+.cache
6
+.history
7
+.lib/
8
+dist/*
9
+target/
10
+lib_managed/
11
+src_managed/
12
+project/boot/
13
+project/plugins/project/
14
15
+# Scala-IDE specific
16
+.scala_dependencies
17
+.worksheet
README.md
@@ -0,0 +1,2 @@
+# scrypto-benchmarks
+Benchmarks for authenticated AVL+ trees and other features of the Scrypto framework
0 commit comments