Skip to content

Commit

Permalink
Added MariaDB benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Apr 7, 2024
1 parent a016816 commit 22637fc
Show file tree
Hide file tree
Showing 7 changed files with 224 additions and 4 deletions.
5 changes: 5 additions & 0 deletions benchmark/benchmark.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Type,LightDB,PostgreSQL,MongoDB,ArangoDB,MariaDB
AKA Import: 52858.99 34138.795 78600.213 22415.47 8439.405
Basics Import: 96395.498 69027.068 80287.444 24408.508 9846.711
Validate Ids: 3312929.638 61656.255 38804.383 193541.718 21305.547
Search Titles: 426549.103 59856.777 37117.721 32062.46 7096.348
1 change: 1 addition & 0 deletions benchmark/graphs/imports.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions benchmark/graphs/search-titles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions benchmark/graphs/validate-ids.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion benchmark/src/main/scala/benchmark/IMDBBenchmark.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import java.util.concurrent.atomic.{AtomicBoolean, AtomicInteger}
*/
object IMDBBenchmark { // extends IOApp {
implicit val runtime: IORuntime = IORuntime.global
val implementation: BenchmarkImplementation = LightDBImplementation
val implementation: BenchmarkImplementation = MariaDBImplementation

private var ids: List[Ids] = Nil

Expand Down
Loading

0 comments on commit 22637fc

Please sign in to comment.