forked from alibaba/nacos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
perf-nacos.txt
891 lines (792 loc) · 39 KB
/
perf-nacos.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Throughput, ops/time
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser32
# Run progress: 0.00% complete, ETA 01:20:00
# Fork: 1 of 2
# Warmup Iteration 1: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 1: ≈ 10⁻⁴ ops/ns
Iteration 2: ≈ 10⁻⁴ ops/ns
Iteration 3: ≈ 10⁻⁴ ops/ns
Iteration 4: ≈ 10⁻⁴ ops/ns
Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 6: ≈ 10⁻⁴ ops/ns
Iteration 7: ≈ 10⁻⁴ ops/ns
Iteration 8: ≈ 10⁻⁴ ops/ns
Iteration 9: ≈ 10⁻⁴ ops/ns
Iteration 10: ≈ 10⁻⁴ ops/ns
# Run progress: 3.13% complete, ETA 01:18:48
# Fork: 2 of 2
# Warmup Iteration 1: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 1: ≈ 10⁻⁴ ops/ns
Iteration 2: ≈ 10⁻⁴ ops/ns
Iteration 3: ≈ 10⁻⁴ ops/ns
Iteration 4: ≈ 10⁻⁴ ops/ns
Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 6: ≈ 10⁻⁴ ops/ns
Iteration 7: ≈ 10⁻⁴ ops/ns
Iteration 8: ≈ 10⁻⁴ ops/ns
Iteration 9: ≈ 10⁻⁴ ops/ns
Iteration 10: ≈ 10⁻⁴ ops/ns
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser32":
≈ 10⁻⁴ ops/ns
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Throughput, ops/time
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser48
# Run progress: 6.25% complete, ETA 01:16:09
# Fork: 1 of 2
# Warmup Iteration 1: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 1: ≈ 10⁻⁴ ops/ns
Iteration 2: ≈ 10⁻⁴ ops/ns
Iteration 3: ≈ 10⁻⁴ ops/ns
Iteration 4: ≈ 10⁻⁴ ops/ns
Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 6: ≈ 10⁻⁴ ops/ns
Iteration 7: ≈ 10⁻⁴ ops/ns
Iteration 8: ≈ 10⁻⁴ ops/ns
Iteration 9: ≈ 10⁻⁴ ops/ns
Iteration 10: ≈ 10⁻⁴ ops/ns
# Run progress: 9.38% complete, ETA 01:13:32
# Fork: 2 of 2
# Warmup Iteration 1: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 1: ≈ 10⁻⁴ ops/ns
Iteration 2: ≈ 10⁻⁴ ops/ns
Iteration 3: ≈ 10⁻⁴ ops/ns
Iteration 4: ≈ 10⁻⁴ ops/ns
Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 6: ≈ 10⁻⁴ ops/ns
Iteration 7: ≈ 10⁻⁴ ops/ns
Iteration 8: ≈ 10⁻⁴ ops/ns
Iteration 9: ≈ 10⁻⁴ ops/ns
Iteration 10: ≈ 10⁻⁴ ops/ns
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser48":
≈ 10⁻⁴ ops/ns
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Throughput, ops/time
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser64
# Run progress: 12.50% complete, ETA 01:10:57
# Fork: 1 of 2
# Warmup Iteration 1: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 1: ≈ 10⁻⁴ ops/ns
Iteration 2: ≈ 10⁻⁴ ops/ns
Iteration 3: ≈ 10⁻⁴ ops/ns
Iteration 4: ≈ 10⁻⁴ ops/ns
Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 6: ≈ 10⁻⁴ ops/ns
Iteration 7: ≈ 10⁻⁴ ops/ns
Iteration 8: ≈ 10⁻⁴ ops/ns
Iteration 9: ≈ 10⁻⁴ ops/ns
Iteration 10: ≈ 10⁻⁴ ops/ns
# Run progress: 15.63% complete, ETA 01:08:22
# Fork: 2 of 2
# Warmup Iteration 1: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 1: ≈ 10⁻⁴ ops/ns
Iteration 2: ≈ 10⁻⁴ ops/ns
Iteration 3: ≈ 10⁻⁴ ops/ns
Iteration 4: ≈ 10⁻⁴ ops/ns
Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 6: ≈ 10⁻⁴ ops/ns
Iteration 7: ≈ 10⁻⁴ ops/ns
Iteration 8: ≈ 10⁻⁴ ops/ns
Iteration 9: ≈ 10⁻⁴ ops/ns
Iteration 10: ≈ 10⁻⁴ ops/ns
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser64":
≈ 10⁻⁴ ops/ns
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Throughput, ops/time
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateToken
# Run progress: 18.75% complete, ETA 01:05:49
# Fork: 1 of 2
# Warmup Iteration 1: ≈ 10⁻⁵ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁵ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁵ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁵ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁵ ops/ns
Iteration 1: ≈ 10⁻⁵ ops/ns
Iteration 2: ≈ 10⁻⁵ ops/ns
Iteration 3: ≈ 10⁻⁵ ops/ns
Iteration 4: ≈ 10⁻⁵ ops/ns
Iteration 5: ≈ 10⁻⁵ ops/ns
Iteration 6: ≈ 10⁻⁵ ops/ns
Iteration 7: ≈ 10⁻⁵ ops/ns
Iteration 8: ≈ 10⁻⁵ ops/ns
Iteration 9: ≈ 10⁻⁵ ops/ns
Iteration 10: ≈ 10⁻⁵ ops/ns
# Run progress: 21.88% complete, ETA 01:03:16
# Fork: 2 of 2
# Warmup Iteration 1: ≈ 10⁻⁵ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁵ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁵ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁵ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁵ ops/ns
Iteration 1: ≈ 10⁻⁵ ops/ns
Iteration 2: ≈ 10⁻⁵ ops/ns
Iteration 3: ≈ 10⁻⁵ ops/ns
Iteration 4: ≈ 10⁻⁵ ops/ns
Iteration 5: ≈ 10⁻⁵ ops/ns
Iteration 6: ≈ 10⁻⁵ ops/ns
Iteration 7: ≈ 10⁻⁵ ops/ns
Iteration 8: ≈ 10⁻⁵ ops/ns
Iteration 9: ≈ 10⁻⁵ ops/ns
Iteration 10: ≈ 10⁻⁵ ops/ns
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateToken":
≈ 10⁻⁵ ops/ns
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Throughput, ops/time
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser32
# Run progress: 25.00% complete, ETA 01:00:44
# Fork: 1 of 2
# Warmup Iteration 1: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 1: ≈ 10⁻⁴ ops/ns
Iteration 2: ≈ 10⁻⁴ ops/ns
Iteration 3: ≈ 10⁻⁴ ops/ns
Iteration 4: ≈ 10⁻⁴ ops/ns
Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 6: ≈ 10⁻⁴ ops/ns
Iteration 7: ≈ 10⁻⁴ ops/ns
Iteration 8: ≈ 10⁻⁴ ops/ns
Iteration 9: ≈ 10⁻⁴ ops/ns
Iteration 10: ≈ 10⁻⁴ ops/ns
# Run progress: 28.13% complete, ETA 00:58:12
# Fork: 2 of 2
# Warmup Iteration 1: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 1: ≈ 10⁻⁴ ops/ns
Iteration 2: ≈ 10⁻⁴ ops/ns
Iteration 3: ≈ 10⁻⁴ ops/ns
Iteration 4: ≈ 10⁻⁴ ops/ns
Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 6: ≈ 10⁻⁴ ops/ns
Iteration 7: ≈ 10⁻⁴ ops/ns
Iteration 8: ≈ 10⁻⁴ ops/ns
Iteration 9: ≈ 10⁻⁴ ops/ns
Iteration 10: ≈ 10⁻⁴ ops/ns
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser32":
≈ 10⁻⁴ ops/ns
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Throughput, ops/time
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser48
# Run progress: 31.25% complete, ETA 00:55:39
# Fork: 1 of 2
# Warmup Iteration 1: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 1: ≈ 10⁻⁴ ops/ns
Iteration 2: ≈ 10⁻⁴ ops/ns
Iteration 3: ≈ 10⁻⁴ ops/ns
Iteration 4: ≈ 10⁻⁴ ops/ns
Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 6: ≈ 10⁻⁴ ops/ns
Iteration 7: ≈ 10⁻⁴ ops/ns
Iteration 8: ≈ 10⁻⁴ ops/ns
Iteration 9: ≈ 10⁻⁴ ops/ns
Iteration 10: ≈ 10⁻⁴ ops/ns
# Run progress: 34.38% complete, ETA 00:53:08
# Fork: 2 of 2
# Warmup Iteration 1: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 1: ≈ 10⁻⁴ ops/ns
Iteration 2: ≈ 10⁻⁴ ops/ns
Iteration 3: ≈ 10⁻⁴ ops/ns
Iteration 4: ≈ 10⁻⁴ ops/ns
Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 6: ≈ 10⁻⁴ ops/ns
Iteration 7: ≈ 10⁻⁴ ops/ns
Iteration 8: ≈ 10⁻⁴ ops/ns
Iteration 9: ≈ 10⁻⁴ ops/ns
Iteration 10: ≈ 10⁻⁴ ops/ns
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser48":
≈ 10⁻⁴ ops/ns
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Throughput, ops/time
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser64
# Run progress: 37.50% complete, ETA 00:50:36
# Fork: 1 of 2
# Warmup Iteration 1: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 1: ≈ 10⁻⁴ ops/ns
Iteration 2: ≈ 10⁻⁴ ops/ns
Iteration 3: ≈ 10⁻⁴ ops/ns
Iteration 4: ≈ 10⁻⁴ ops/ns
Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 6: ≈ 10⁻⁴ ops/ns
Iteration 7: ≈ 10⁻⁴ ops/ns
Iteration 8: ≈ 10⁻⁴ ops/ns
Iteration 9: ≈ 10⁻⁴ ops/ns
Iteration 10: ≈ 10⁻⁴ ops/ns
# Run progress: 40.63% complete, ETA 00:48:04
# Fork: 2 of 2
# Warmup Iteration 1: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 1: ≈ 10⁻⁴ ops/ns
Iteration 2: ≈ 10⁻⁴ ops/ns
Iteration 3: ≈ 10⁻⁴ ops/ns
Iteration 4: ≈ 10⁻⁴ ops/ns
Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 6: ≈ 10⁻⁴ ops/ns
Iteration 7: ≈ 10⁻⁴ ops/ns
Iteration 8: ≈ 10⁻⁴ ops/ns
Iteration 9: ≈ 10⁻⁴ ops/ns
Iteration 10: ≈ 10⁻⁴ ops/ns
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser64":
≈ 10⁻⁴ ops/ns
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Throughput, ops/time
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidOldToken
# Run progress: 43.75% complete, ETA 00:45:32
# Fork: 1 of 2
# Warmup Iteration 1: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 1: ≈ 10⁻⁴ ops/ns
Iteration 2: ≈ 10⁻⁴ ops/ns
Iteration 3: ≈ 10⁻⁴ ops/ns
Iteration 4: ≈ 10⁻⁴ ops/ns
Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 6: ≈ 10⁻⁴ ops/ns
Iteration 7: ≈ 10⁻⁴ ops/ns
Iteration 8: ≈ 10⁻⁴ ops/ns
Iteration 9: ≈ 10⁻⁴ ops/ns
Iteration 10: ≈ 10⁻⁴ ops/ns
# Run progress: 46.88% complete, ETA 00:43:00
# Fork: 2 of 2
# Warmup Iteration 1: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 2: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 3: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 4: ≈ 10⁻⁴ ops/ns
# Warmup Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 1: ≈ 10⁻⁴ ops/ns
Iteration 2: ≈ 10⁻⁴ ops/ns
Iteration 3: ≈ 10⁻⁴ ops/ns
Iteration 4: ≈ 10⁻⁴ ops/ns
Iteration 5: ≈ 10⁻⁴ ops/ns
Iteration 6: ≈ 10⁻⁴ ops/ns
Iteration 7: ≈ 10⁻⁴ ops/ns
Iteration 8: ≈ 10⁻⁴ ops/ns
Iteration 9: ≈ 10⁻⁴ ops/ns
Iteration 10: ≈ 10⁻⁴ ops/ns
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidOldToken":
≈ 10⁻⁴ ops/ns
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Average time, time/op
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser32
# Run progress: 50.00% complete, ETA 00:40:28
# Fork: 1 of 2
# Warmup Iteration 1: 3798.055 ns/op
# Warmup Iteration 2: 3284.191 ns/op
# Warmup Iteration 3: 3320.758 ns/op
# Warmup Iteration 4: 3338.163 ns/op
# Warmup Iteration 5: 3324.443 ns/op
Iteration 1: 3330.418 ns/op
Iteration 2: 3316.735 ns/op
Iteration 3: 3303.892 ns/op
Iteration 4: 3327.897 ns/op
Iteration 5: 3314.562 ns/op
Iteration 6: 3314.198 ns/op
Iteration 7: 3400.073 ns/op
Iteration 8: 3366.683 ns/op
Iteration 9: 3336.230 ns/op
Iteration 10: 3329.495 ns/op
# Run progress: 53.13% complete, ETA 00:37:56
# Fork: 2 of 2
# Warmup Iteration 1: 3714.279 ns/op
# Warmup Iteration 2: 3342.809 ns/op
# Warmup Iteration 3: 3334.644 ns/op
# Warmup Iteration 4: 3397.737 ns/op
# Warmup Iteration 5: 3380.759 ns/op
Iteration 1: 3365.704 ns/op
Iteration 2: 3351.037 ns/op
Iteration 3: 3345.963 ns/op
Iteration 4: 3335.323 ns/op
Iteration 5: 3377.438 ns/op
Iteration 6: 3344.903 ns/op
Iteration 7: 3338.804 ns/op
Iteration 8: 3350.655 ns/op
Iteration 9: 3354.204 ns/op
Iteration 10: 3354.241 ns/op
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser32":
3342.923 ±(99.9%) 20.370 ns/op [Average]
(min, avg, max) = (3303.892, 3342.923, 3400.073), stdev = 23.459
CI (99.9%): [3322.552, 3363.293] (assumes normal distribution)
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Average time, time/op
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser48
# Run progress: 56.25% complete, ETA 00:35:24
# Fork: 1 of 2
# Warmup Iteration 1: 3729.956 ns/op
# Warmup Iteration 2: 3375.842 ns/op
# Warmup Iteration 3: 3482.987 ns/op
# Warmup Iteration 4: 3446.454 ns/op
# Warmup Iteration 5: 3483.749 ns/op
Iteration 1: 3396.484 ns/op
Iteration 2: 3440.320 ns/op
Iteration 3: 3396.887 ns/op
Iteration 4: 3448.771 ns/op
Iteration 5: 3410.127 ns/op
Iteration 6: 3411.940 ns/op
Iteration 7: 3417.503 ns/op
Iteration 8: 3452.565 ns/op
Iteration 9: 3458.040 ns/op
Iteration 10: 3414.168 ns/op
# Run progress: 59.38% complete, ETA 00:32:53
# Fork: 2 of 2
# Warmup Iteration 1: 3976.318 ns/op
# Warmup Iteration 2: 3413.794 ns/op
# Warmup Iteration 3: 3470.655 ns/op
# Warmup Iteration 4: 3456.929 ns/op
# Warmup Iteration 5: 3434.857 ns/op
Iteration 1: 3448.636 ns/op
Iteration 2: 3463.253 ns/op
Iteration 3: 3449.093 ns/op
Iteration 4: 3470.627 ns/op
Iteration 5: 3453.461 ns/op
Iteration 6: 3449.560 ns/op
Iteration 7: 3440.455 ns/op
Iteration 8: 3459.466 ns/op
Iteration 9: 3430.019 ns/op
Iteration 10: 3426.526 ns/op
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser48":
3436.895 ±(99.9%) 19.460 ns/op [Average]
(min, avg, max) = (3396.484, 3436.895, 3470.627), stdev = 22.410
CI (99.9%): [3417.435, 3456.355] (assumes normal distribution)
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Average time, time/op
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser64
# Run progress: 62.50% complete, ETA 00:30:21
# Fork: 1 of 2
# Warmup Iteration 1: 3743.336 ns/op
# Warmup Iteration 2: 3387.562 ns/op
# Warmup Iteration 3: 3424.381 ns/op
# Warmup Iteration 4: 3409.474 ns/op
# Warmup Iteration 5: 3424.240 ns/op
Iteration 1: 3420.048 ns/op
Iteration 2: 3418.822 ns/op
Iteration 3: 3427.542 ns/op
Iteration 4: 3420.649 ns/op
Iteration 5: 3425.690 ns/op
Iteration 6: 3421.295 ns/op
Iteration 7: 3416.895 ns/op
Iteration 8: 3409.399 ns/op
Iteration 9: 3409.146 ns/op
Iteration 10: 3426.164 ns/op
# Run progress: 65.63% complete, ETA 00:27:49
# Fork: 2 of 2
# Warmup Iteration 1: 3903.750 ns/op
# Warmup Iteration 2: 3486.161 ns/op
# Warmup Iteration 3: 3514.798 ns/op
# Warmup Iteration 4: 3500.905 ns/op
# Warmup Iteration 5: 3507.016 ns/op
Iteration 1: 3492.507 ns/op
Iteration 2: 3496.609 ns/op
Iteration 3: 3496.488 ns/op
Iteration 4: 3486.855 ns/op
Iteration 5: 3491.861 ns/op
Iteration 6: 3476.446 ns/op
Iteration 7: 3472.601 ns/op
Iteration 8: 3496.040 ns/op
Iteration 9: 3487.498 ns/op
Iteration 10: 3499.195 ns/op
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser64":
3454.587 ±(99.9%) 31.885 ns/op [Average]
(min, avg, max) = (3409.146, 3454.587, 3499.195), stdev = 36.719
CI (99.9%): [3422.702, 3486.473] (assumes normal distribution)
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Average time, time/op
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateToken
# Run progress: 68.75% complete, ETA 00:25:17
# Fork: 1 of 2
# Warmup Iteration 1: 180433.661 ns/op
# Warmup Iteration 2: 155839.337 ns/op
# Warmup Iteration 3: 155927.305 ns/op
# Warmup Iteration 4: 156122.972 ns/op
# Warmup Iteration 5: 158476.040 ns/op
Iteration 1: 160446.590 ns/op
Iteration 2: 163992.748 ns/op
Iteration 3: 161660.853 ns/op
Iteration 4: 160084.566 ns/op
Iteration 5: 157849.462 ns/op
Iteration 6: 159919.929 ns/op
Iteration 7: 158332.411 ns/op
Iteration 8: 157593.422 ns/op
Iteration 9: 158223.835 ns/op
Iteration 10: 157856.351 ns/op
# Run progress: 71.88% complete, ETA 00:22:45
# Fork: 2 of 2
# Warmup Iteration 1: 184438.065 ns/op
# Warmup Iteration 2: 156862.346 ns/op
# Warmup Iteration 3: 157840.948 ns/op
# Warmup Iteration 4: 157315.017 ns/op
# Warmup Iteration 5: 158460.752 ns/op
Iteration 1: 158743.449 ns/op
Iteration 2: 157419.692 ns/op
Iteration 3: 159602.021 ns/op
Iteration 4: 158341.517 ns/op
Iteration 5: 157496.502 ns/op
Iteration 6: 157727.721 ns/op
Iteration 7: 159057.199 ns/op
Iteration 8: 158749.902 ns/op
Iteration 9: 159387.620 ns/op
Iteration 10: 158848.758 ns/op
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureCreateToken":
159066.727 ±(99.9%) 1396.910 ns/op [Average]
(min, avg, max) = (157419.692, 159066.727, 163992.748), stdev = 1608.684
CI (99.9%): [157669.817, 160463.638] (assumes normal distribution)
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Average time, time/op
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser32
# Run progress: 75.00% complete, ETA 00:20:14
# Fork: 1 of 2
# Warmup Iteration 1: 3812.456 ns/op
# Warmup Iteration 2: 3354.426 ns/op
# Warmup Iteration 3: 3381.831 ns/op
# Warmup Iteration 4: 3396.254 ns/op
# Warmup Iteration 5: 3413.080 ns/op
Iteration 1: 3410.667 ns/op
Iteration 2: 3411.180 ns/op
Iteration 3: 3412.482 ns/op
Iteration 4: 3418.931 ns/op
Iteration 5: 3418.882 ns/op
Iteration 6: 3419.542 ns/op
Iteration 7: 3429.903 ns/op
Iteration 8: 3406.468 ns/op
Iteration 9: 3428.166 ns/op
Iteration 10: 3450.672 ns/op
# Run progress: 78.13% complete, ETA 00:17:42
# Fork: 2 of 2
# Warmup Iteration 1: 3664.990 ns/op
# Warmup Iteration 2: 3323.287 ns/op
# Warmup Iteration 3: 3363.431 ns/op
# Warmup Iteration 4: 3369.854 ns/op
# Warmup Iteration 5: 3370.111 ns/op
Iteration 1: 3377.306 ns/op
Iteration 2: 3371.622 ns/op
Iteration 3: 3354.423 ns/op
Iteration 4: 3458.500 ns/op
Iteration 5: 3390.477 ns/op
Iteration 6: 3365.958 ns/op
Iteration 7: 3366.667 ns/op
Iteration 8: 3429.301 ns/op
Iteration 9: 3398.588 ns/op
Iteration 10: 3399.579 ns/op
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser32":
3405.966 ±(99.9%) 24.494 ns/op [Average]
(min, avg, max) = (3354.423, 3405.966, 3458.500), stdev = 28.208
CI (99.9%): [3381.471, 3430.460] (assumes normal distribution)
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Average time, time/op
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser48
# Run progress: 81.25% complete, ETA 00:15:10
# Fork: 1 of 2
# Warmup Iteration 1: 4317.549 ns/op
# Warmup Iteration 2: 3509.700 ns/op
# Warmup Iteration 3: 3589.871 ns/op
# Warmup Iteration 4: 3610.233 ns/op
# Warmup Iteration 5: 3638.147 ns/op
Iteration 1: 3629.983 ns/op
Iteration 2: 3604.804 ns/op
Iteration 3: 3621.374 ns/op
Iteration 4: 3665.841 ns/op
Iteration 5: 3605.858 ns/op
Iteration 6: 3634.590 ns/op
Iteration 7: 3603.311 ns/op
Iteration 8: 3634.918 ns/op
Iteration 9: 3606.881 ns/op
Iteration 10: 3585.082 ns/op
# Run progress: 84.38% complete, ETA 00:12:38
# Fork: 2 of 2
# Warmup Iteration 1: 4171.945 ns/op
# Warmup Iteration 2: 3560.339 ns/op
# Warmup Iteration 3: 3705.995 ns/op
# Warmup Iteration 4: 3541.031 ns/op
# Warmup Iteration 5: 3522.385 ns/op
Iteration 1: 3516.697 ns/op
Iteration 2: 3549.524 ns/op
Iteration 3: 3561.272 ns/op
Iteration 4: 3545.508 ns/op
Iteration 5: 3555.946 ns/op
Iteration 6: 3708.392 ns/op
Iteration 7: 3496.270 ns/op
Iteration 8: 3531.263 ns/op
Iteration 9: 3516.390 ns/op
Iteration 10: 3518.273 ns/op
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser48":
3584.609 ±(99.9%) 49.003 ns/op [Average]
(min, avg, max) = (3496.270, 3584.609, 3708.392), stdev = 56.432
CI (99.9%): [3535.605, 3633.612] (assumes normal distribution)
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Average time, time/op
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser64
# Run progress: 87.50% complete, ETA 00:10:06
# Fork: 1 of 2
# Warmup Iteration 1: 3931.984 ns/op
# Warmup Iteration 2: 3482.288 ns/op
# Warmup Iteration 3: 3526.555 ns/op
# Warmup Iteration 4: 3537.395 ns/op
# Warmup Iteration 5: 3568.611 ns/op
Iteration 1: 3499.101 ns/op
Iteration 2: 3536.052 ns/op
Iteration 3: 3557.605 ns/op
Iteration 4: 3525.130 ns/op
Iteration 5: 3509.979 ns/op
Iteration 6: 3528.427 ns/op
Iteration 7: 3502.389 ns/op
Iteration 8: 3550.400 ns/op
Iteration 9: 3531.946 ns/op
Iteration 10: 3540.201 ns/op
# Run progress: 90.63% complete, ETA 00:07:35
# Fork: 2 of 2
# Warmup Iteration 1: 3845.141 ns/op
# Warmup Iteration 2: 3460.753 ns/op
# Warmup Iteration 3: 3517.965 ns/op
# Warmup Iteration 4: 3492.652 ns/op
# Warmup Iteration 5: 3527.263 ns/op
Iteration 1: 3586.782 ns/op
Iteration 2: 3568.706 ns/op
Iteration 3: 3522.300 ns/op
Iteration 4: 3519.803 ns/op
Iteration 5: 3536.414 ns/op
Iteration 6: 3535.892 ns/op
Iteration 7: 3525.842 ns/op
Iteration 8: 3539.891 ns/op
Iteration 9: 3524.928 ns/op
Iteration 10: 3512.422 ns/op
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser64":
3532.710 ±(99.9%) 18.615 ns/op [Average]
(min, avg, max) = (3499.101, 3532.710, 3586.782), stdev = 21.437
CI (99.9%): [3514.096, 3551.325] (assumes normal distribution)
# JMH version: 1.35
# VM version: JDK 1.8.0_351, Java HotSpot(TM) 64-Bit Server VM, 25.351-b10
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home/jre/bin/java
# VM options: -Dvisualvm.id=26992660164041 -javaagent:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=49766:/Users/xx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8214.52/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8
# Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable)
# Warmup: 5 iterations, 10 s each
# Measurement: 10 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Average time, time/op
# Benchmark: com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidOldToken
# Run progress: 93.75% complete, ETA 00:05:03
# Fork: 1 of 2
# Warmup Iteration 1: 4991.787 ns/op
# Warmup Iteration 2: 4390.788 ns/op
# Warmup Iteration 3: 4430.166 ns/op
# Warmup Iteration 4: 4479.888 ns/op
# Warmup Iteration 5: 4489.498 ns/op
Iteration 1: 4481.399 ns/op
Iteration 2: 4573.224 ns/op
Iteration 3: 4430.033 ns/op
Iteration 4: 4491.040 ns/op
Iteration 5: 4418.299 ns/op
Iteration 6: 4446.570 ns/op
Iteration 7: 4464.746 ns/op
Iteration 8: 4471.027 ns/op
Iteration 9: 4470.607 ns/op
Iteration 10: 4409.962 ns/op
# Run progress: 96.88% complete, ETA 00:02:31
# Fork: 2 of 2
# Warmup Iteration 1: 5053.540 ns/op
# Warmup Iteration 2: 4408.905 ns/op
# Warmup Iteration 3: 4440.997 ns/op
# Warmup Iteration 4: 4464.073 ns/op
# Warmup Iteration 5: 4470.877 ns/op
Iteration 1: 4456.352 ns/op
Iteration 2: 4511.357 ns/op
Iteration 3: 4452.498 ns/op
Iteration 4: 4485.057 ns/op
Iteration 5: 4509.444 ns/op
Iteration 6: 4518.152 ns/op
Iteration 7: 4555.973 ns/op
Iteration 8: 4532.252 ns/op
Iteration 9: 4614.472 ns/op
Iteration 10: 4591.562 ns/op
Result "com.alibaba.nacos.microbench.plugin.auth.JwtTokenManager32Benchmark.measureValidOldToken":
4494.201 ±(99.9%) 49.278 ns/op [Average]
(min, avg, max) = (4409.962, 4494.201, 4614.472), stdev = 56.748
CI (99.9%): [4444.924, 4543.479] (assumes normal distribution)
# Run complete. Total time: 01:20:55
REMEMBER: The numbers below are just data. To gain reusable insights, you need to follow up on
why the numbers are the way they are. Use profilers (see -prof, -lprof), design factorial
experiments, perform baseline and negative tests that provide experimental control, make sure
the benchmarking environment is safe on JVM/OS/HW level, ask for reviews from the domain experts.
Do not assume the numbers tell you what you want them to tell.
Benchmark Mode Cnt Score Error Units
JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser32 thrpt 20 ≈ 10⁻⁴ ops/ns
JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser48 thrpt 20 ≈ 10⁻⁴ ops/ns
JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser64 thrpt 20 ≈ 10⁻⁴ ops/ns
JwtTokenManager32Benchmark.measureCreateToken thrpt 20 ≈ 10⁻⁵ ops/ns
JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser32 thrpt 20 ≈ 10⁻⁴ ops/ns
JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser48 thrpt 20 ≈ 10⁻⁴ ops/ns
JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser64 thrpt 20 ≈ 10⁻⁴ ops/ns
JwtTokenManager32Benchmark.measureValidOldToken thrpt 20 ≈ 10⁻⁴ ops/ns
JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser32 avgt 20 3342.923 ± 20.370 ns/op
JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser48 avgt 20 3436.895 ± 19.460 ns/op
JwtTokenManager32Benchmark.measureCreateNewTokenForNacosJwtParser64 avgt 20 3454.587 ± 31.885 ns/op
JwtTokenManager32Benchmark.measureCreateToken avgt 20 159066.727 ± 1396.910 ns/op
JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser32 avgt 20 3405.966 ± 24.494 ns/op
JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser48 avgt 20 3584.609 ± 49.003 ns/op
JwtTokenManager32Benchmark.measureValidNewTokenForNacosJwtParser64 avgt 20 3532.710 ± 18.615 ns/op
JwtTokenManager32Benchmark.measureValidOldToken avgt 20 4494.201 ± 49.278 ns/op
Process finished with exit code 0