wasm4pm 26.7.1

High-performance process mining algorithms in WebAssembly for JavaScript/TypeScript
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "algorithm": "performance_spectrum",
  "provenance": {
    "paper": "Unbiased, Fine-Grained Description of Processes Performance from Event Data",
    "citation": "Denisov, V., Fahland, D., van der Aalst, W.M.P. (2018). Unbiased, Fine-Grained Description of Processes Performance from Event Data. BPM 2018.",
    "locus": "Section 4, performance spectrum computation",
    "extraction": "verbatim"
  },
  "input": {
    "log": "wasm4pm/tests/fixtures/running-example.xes"
  },
  "expected": {
    "value": "activities=8",
    "description": "The performance spectrum covers all 8 activities in the running example log"
  }
}