Delete CI-sensitive LevelDB perf spec
This commit is contained in:
parent
43d97e90c0
commit
958db9cc68
1 changed files with 0 additions and 33 deletions
|
|
@ -1,33 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright (C) 2014-2021 Lightbend Inc. <https://www.lightbend.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
package akka.persistence.journal.leveldb
|
|
||||||
|
|
||||||
import akka.persistence.PersistenceSpec
|
|
||||||
import akka.persistence.PluginCleanup
|
|
||||||
import akka.persistence.journal.JournalPerfSpec
|
|
||||||
|
|
||||||
class LeveldbJournalNativePerfSpec
|
|
||||||
extends JournalPerfSpec(
|
|
||||||
config = PersistenceSpec.config(
|
|
||||||
"leveldb",
|
|
||||||
"LeveldbJournalNativePerfSpec",
|
|
||||||
extraConfig = Some("""
|
|
||||||
akka.persistence.journal.leveldb.native = on
|
|
||||||
akka.actor.allow-java-serialization = off
|
|
||||||
akka.actor.warn-about-java-serializer-usage = on
|
|
||||||
""")))
|
|
||||||
with PluginCleanup {
|
|
||||||
|
|
||||||
override def supportsRejectingNonSerializableObjects = true
|
|
||||||
|
|
||||||
override def supportsSerialization = true
|
|
||||||
|
|
||||||
// increase for real measurements, low because of slow CI
|
|
||||||
override def measurementIterations: Int = 3
|
|
||||||
|
|
||||||
// increase for real measurements, low because of slow CI
|
|
||||||
override def eventsCount: Int = 100
|
|
||||||
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue