Skip to content

Instantly share code, notes, and snippets.

View irof's full-sized avatar
🏠
Working from home

irof irof

🏠
Working from home
View GitHub Profile
@voluntas
voluntas / loadtest.rst
Last active April 3, 2024 03:25
負荷試験コトハジメ
@Grapes([@Grab('org.apache.ant:ant-javamail:1.8.1'), @GrabConfig(systemClassLoader=true)])
import groovy.ui.Console
import groovy.ui.SystemOutputInterceptor;
import javax.swing.UIManager
UIManager.lookAndFeel = UIManager.systemLookAndFeelClassName
def console = new Console()
def origin = console.&finishException
console.metaClass.finishException = { Throwable t, boolean executing ->
origin.call(t, executing)