View benchmark.log
# JMH version: 1.19 | |
# VM version: JDK 1.8.0_171, VM 25.171-b11 | |
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/jre/bin/java | |
# VM options: -Dvisualvm.id=214723528752700 -javaagent:/Users/samray/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/192.7142.36/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=61627:/Users/samray/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/192.7142.36/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8 | |
# Warmup: 5 iterations, 1 s each | |
# Measurement: 10 iterations, 5 s each | |
# Timeout: 10 min per iteration | |
# Threads: 1 thread, will synchronize iterations | |
# Benchmark mode: Throughput, ops/time | |
# Benchmark: beanutils.BeanUtilsBenchmark.testApacheBeanUtils |
View AlphaNum.java
/** | |
* @author RamsayLeung/ramsayleung@gmail.com | |
* @version : AlphaNum.java, v 0.1 2019年11月18日 14:33 samray Exp $ | |
*/ | |
public class AlphaNum { | |
private String _A; | |
private String _B; | |
private String _C; | |
private String _D; | |
private String _E; |
View cloudSettings
{"lastUpload":"2019-05-16T14:10:08.466Z","extensionVersion":"v3.2.9"} |
View 0_reuse_code.js
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |